home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / amigaoscd / amigapluscd / AP-Website / links / top_frame.php < prev   
PHP Script  |  2001-07-30  |  2KB  |  42 lines

  1. <?
  2. // *******************************************************************
  3. //  top_frame.php
  4. // *******************************************************************
  5. include("include/config.php");
  6. include("include/functions.php");
  7. include("include/common.php");
  8. include("include/session.php");
  9. session_start();
  10. $language = $gl["Language"];
  11. include("include/lang/$language.php");
  12. $theme = $gl["Theme"];
  13. include("themes/$theme/tables.php");
  14. $style = "netscape";
  15. if(strstr($HTTP_USER_AGENT, "MSIE")){$style = "style";}
  16. ?>
  17. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  18. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
  19. <html>
  20. <head>
  21.     <meta name = "keywords" content =   "phplinks,php,mysql,free,links,search engine,index,search index,keyword,results,meta data,script" />
  22.     <meta name = "description" content = "phplinks is a free php script for use with mysql. phplinks is a search engine, link farm script. phplinks is free for download." />
  23.     <meta name = "robots" content = "all" />
  24.     <!-- phplinks is a free php script for use with mysql.  phplinks is a search engine or link farm script. phplinks is free for download php script. -->
  25.     <!-- phplinks,php,mysql,free,links,search engine,index,search index,keyword,results,meta data,script -->
  26.     <title><?=$gl["SiteTitle"]?><?
  27.         if($SERVER_NAME == "phplinks.org"){
  28.             echo " is a free php script for use with mysql. phplinks is a ";
  29.             echo "search engine script. phplinks free for download.";
  30.         }
  31.         ?>
  32.     </title>
  33.     <link rel = "stylesheet" type = "text/css" href = "themes/<?=$theme?>/<?=$style?>.css" />
  34. </head>
  35. <body bgcolor="white" marginwidth="0" marginheight="0" topmargin="0" leftmargin="0"><?
  36. include("themes/$theme/header.php");
  37. include("themes/$theme/navbar.top.php");
  38. ?>
  39. </body>
  40. </html>
  41.  
  42.